Ctrl-L is bound to a readline command. However, while you are running the command that tails your log, bash is not receiving keyboard input. You could suspend the tail with Ctrl-Z, clear the screen with Ctrl-L, and resume the tail with fg.
This is independent of tmux; I don't think tmux has anything like a clear-pane command, instead relying on the shell to handle that for you.