A simple method would be to use a variable bool to set a "shake" state.
In the state you just set the scrollx to scrollx + random(-10,10).
In the initialisation you would store the original scrollx, and set the bool.
You could then add a system wait in that event and reset the bool, then the scroll to its origin.