I am assuming that in your capx, the menu comes before the stage.
When you go back from the stage to the main menu, the lifetimeScore variable gets overwritten by the current highscore, also everytime stage is launched, lifetimescore is initialized to zero.
One way to solve this is to create the lifetimescore variable in a different event sheet and include this event sheet on stage and menu.