if you make all the nights in one scene, how do you make to the player only play one night if he finish the night before? also, how do you make to keep on track the night that the player is in?
Assuming that the only difference between nights is the difficulty of the enemies, all you have to do is change a variable containing those difficulties. You can use a global variable to keep track of which night it is, I explain how to do that in the intro of this post.