I would suggest using a global variable to record the level scores. This way you can set up some kind of high score for each level.
For the sum you would set up one final variable that adds them all up.
Example. Variable = (Level1HS + Level2HS + Level3HS etc etc) In this case Level1HS refers to Level 1's High Score variable that you would have stored.