I like to put my scrollto behavior on a separate invisible object and then just lerp it's position to the players.
I only use it if I need screenshake or want to track multiple objects, though. If you don't need those it's easier to just go through system and lerp your scrollx and scrolly values to the player (or anywhere else) directly.