Use an invisible helper sprite with the scroll to behavior rather than using scroll to on the player himself. Position the invisible sprite a set distance above the player (or however you would like the camera to behave) every tick.
EDIT: Or just use the scroll to x,y system action every tick instead of the behavior. Then you can use player.x, player.y+distance for your coordinates.