Update
This bug has been fixed with version 0.18.9 of cleveref, which is currently on ctan.
Question
Babel and cleveref do not seem to work flawlessy together when they share the same language option. In the MWE, the output of Some text\leftmark in the main text should be equal to Some text1 Chapter, but there is an extra space in front of 1 Chapter. In the header, this has the effect that its text is not inline with the body text. Interestingly, this problem disappears when babel uses another language option, eg. english.
MWE
\documentclass{scrbook}
\usepackage[spanish]{babel}
\usepackage[spanish]{cleveref}
\begin{document}
\chapter{Chapter}
\clearpage
\noindent Some text\leftmark
\end{document}
