You just want a layer of numbers to scroll continuously?
What's it for? I ask because this seems pretty simple.. so I'm guessing that i'm missing some info..
don't need to worry about setting an scroll object, you can just manually set the ScrollY each tick to move upwards
System | Set ScrollY to ScrollY-(dt*speed)
if you want other layers to remain still just set their parallax to 0