I'm not able to see your image..
But if I understand correctly it should be something like this:
Your bullet should have an instance variable damage and your enemy an instance variable health
bullet on collision with enemy
- bullet.damage < enemy.health
> set enemy.health : enemy.health-bullet.damage
bullet destroy
> set bullet.damage : bullet.damage-enemy.health
enemy destroy