This used to happen to me a lot, just have a Boolean attribute/game attribute that is set to false, then when a collision occurs, use this code:
When Actor 1 hits Actor 2
If Boolean = true
Set Score to Score + 1
Set Boolean to false
Set Boolean to true