As I said, the default values are a little unfortunate. The scene is set to scroll by one pixel every 10 milliseconds, which means the game would have to run at 100FPS (1000/10) to get the desired effect. Settings like this should overcome the issue:
Scene.ScrollSpeedX = 20;
Scene.ScrollPixelsX = 2;